# Fermat point.
Consider any three points $A,B,C$ on the plane. Find a point $P$ such that the sum of the distances $$
g(P) = PA+PB+PC
$$is minimized.
Call such point $P$ a Fermat point of $A,B,C$.
How does one go about constructing it? Does one even exist? Is it unique if exist?